It is the summary feed that contains the last, most-recent execution of all jobs in a given SQL Server instance. For each job the feed reports the following information:
- Executed on: The date and time when the job was last executed.
- Duration: Amount of time it took the job to complete.
- Status: Indicates whether the job succeeded, failed, or is still running.
- Retries attempted: Number of times the job was retried in case of failure.
- Email sent to: Operator to whom an email notification was sent.
- Message: Provides information on the status of the job, the invoker of the job and the last step that was executed.
- Number of executions: Number of times the job has been executed.
- Min. duration: The shortest time it took the job to complete out of all executions.
- Max. duration: The longest time it took the job to complete out of all executions.
- Avg. duration: The average time it takes the job to complete.
 |
You can customize the feed via the web.config parameter JobLastExecutionSummaryFeed. |